From 48252de3452931721b427c16ab30235f6b4fe0fb Mon Sep 17 00:00:00 2001 From: Christopher Blizzard Date: Wed, 29 Sep 2004 15:08:39 +0000 Subject: [PATCH] Remove trailing semicolon on G_END_DECLS 2004-09-29 Christopher Blizzard * gtk/gtkmenutoolbutton.h: Remove trailing semicolon on G_END_DECLS --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkmenutoolbutton.h | 2 +- 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f951932ff..68e53c6cb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-29 Christopher Blizzard + + * gtk/gtkmenutoolbutton.h: Remove trailing semicolon on + G_END_DECLS + 2004-09-29 Paolo Borelli * tests/testtoolbar.c: add a GtkMenuToolButton. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0f951932ff..68e53c6cb5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-09-29 Christopher Blizzard + + * gtk/gtkmenutoolbutton.h: Remove trailing semicolon on + G_END_DECLS + 2004-09-29 Paolo Borelli * tests/testtoolbar.c: add a GtkMenuToolButton. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0f951932ff..68e53c6cb5 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-09-29 Christopher Blizzard + + * gtk/gtkmenutoolbutton.h: Remove trailing semicolon on + G_END_DECLS + 2004-09-29 Paolo Borelli * tests/testtoolbar.c: add a GtkMenuToolButton. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0f951932ff..68e53c6cb5 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-09-29 Christopher Blizzard + + * gtk/gtkmenutoolbutton.h: Remove trailing semicolon on + G_END_DECLS + 2004-09-29 Paolo Borelli * tests/testtoolbar.c: add a GtkMenuToolButton. diff --git a/gtk/gtkmenutoolbutton.h b/gtk/gtkmenutoolbutton.h index 4b17e8820d..8c95de130b 100644 --- a/gtk/gtkmenutoolbutton.h +++ b/gtk/gtkmenutoolbutton.h @@ -73,6 +73,6 @@ void gtk_menu_tool_button_set_arrow_tooltip (GtkMenuToolButton *button, const gchar *tip_text, const gchar *tip_private); -G_END_DECLS; +G_END_DECLS #endif /* __GTK_MENU_TOOL_BUTTON_H__ */ -- 2.30.2